div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
}
.datepickerContainer {
	background: #f3f3f3;
	padding:3px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url(/assets/templates/bt/plugins/calendar/images/tc.png);
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	background: url(/assets/templates/bt/plugins/calendar/images/bc.png);
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(/assets/templates/bt/plugins/calendar/images/ml.png);
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(/assets/templates/bt/plugins/calendar/images/mr.png);
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(/assets/templates/bt/plugins/calendar/images/tl.png);
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(/assets/templates/bt/plugins/calendar/images/tr.png);
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(/assets/templates/bt/plugins/calendar/images/bl.png);
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(/assets/templates/bt/plugins/calendar/images/br.png);
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #568cc2;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #000;
	font-weight: normal;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-left: 1px;
	padding-right: 1px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 43px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #000;
}
div.datepicker tbody.datepickerDays td{
	text-align:center;
	color:#202020;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	background: #f3f3f3;
	border:1px solid #cccccc;
}
div.datepicker tbody.datepickerDays td.datepickerNotInMonth{
	border:none;
}
div.datepicker tbody.datepickerDays td.datepickerNotInMonth span{
	display:none;
}
div.datepicker tbody.datepickerDays td.datepickerSelected{
	cursor:pointer;
	background: #fad006;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #000;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #000;
}
div.datepicker tbody th {
	text-align: center;
}
.datepickerSpace div {
	width: 20px;
}
div.datepicker .datepickerGoNext a,
div.datepicker .datepickerGoPrev a,
div.datepicker .datepickerMonth a {
	cursor:pointer;
	text-align: center;
	height: 23px;
	line-height: 23px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
th.datepickerGoPrev{
	background:url(/assets/templates/bt/plugins/calendar/images/arrow_l.png) left no-repeat;
	height: 23px;
	line-height:23px;
}
th.datepickerGoNext{
	background:url(/assets/templates/bt/plugins/calendar/images/arrow_r.png) right no-repeat;
	height: 23px;
	line-height:23px;
}
th.datepickerMonth{
	background:url(/assets/templates/bt/plugins/calendar/images/year_bg.png) repeat-x top;
	height: 23px;	
}
th.datepickerMonth a, th.datepickerMonth a:hover{
	color:#FFF;
}
div.datepicker tr.datepickerDoW th{
	color:#2280b4;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	padding:5px 0;
}
div.datepicker table.datepickerViewDays, div.datepicker table.datepickerViewMonths, div.datepicker table.datepickerViewYears{
	border-spacing:1px;
	border-collapse:separate;
	height:150px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #568cc2;
	font-weight:normal;
}
td.datepickerDisabled a:hover {
	color: #568cc2;
}
td.datepickerSpecial a, td.datepickerSpecial a:hover{
	color:#FFF;
	background: #2280b4;
}
td.datepickerSpecial.datepickerNotInMonth a, td.datepickerSpecial.datepickerNotInMonth a:hover{
	background:none;
}
div.datepicker td.datepickerSpecial.datepickerSelected a {
	cursor:pointer;
	background: #a00;
}
div.datepicker tbody.datepickerDays td.datepickerSelected a{	
	cursor:pointer;
	color:#252525;
	background: #fad006;
}
div.datepicker .selecter_month td{
	
}
div.datepicker .selecter_month td a{
	cursor:pointer;
	line-height:31px;
	height:31px;
}
#calendar_loading{
	display:none;
	position:absolute;
	top:80px;
	left:75px;
}